oracle.AWXML
Class OperatorType
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.OperatorType
- public class OperatorType
- extends BaseObject
An object that represents a method of aggregation or allocation. For a list of the OperatorType values for aggregation, see BaseOperator. For a list of the OperatorType values for allocation, see AllocationOperator.
| Constructor Summary |
OperatorType(java.lang.String input)
Creates a new OperatorType with the specified type value. |
| Method Summary |
java.lang.String |
getOperator()
Gets the method of aggregation or allocation specified by the OperatorType. |
void |
setOperator(java.lang.String input)
Specifies the method of aggregation or allocation. |
java.lang.String |
WriteToXML()
Gets an XML representation of the OperatorType. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatorType
public OperatorType(java.lang.String input)
- Creates a new
OperatorType with the specified type value.
-
- Parameters:
input - A String that contains the value that specifies the method of aggregation or allocation.
setOperator
public void setOperator(java.lang.String input)
- Specifies the method of aggregation or allocation.
-
- Parameters:
input - A String that contains the value that specifies the method of aggregation or allocation.
getOperator
public java.lang.String getOperator()
- Gets the method of aggregation or allocation specified by the
OperatorType.
-
- Returns:
- A
String that indicates the method of aggregation or allocation specified by the OperatorType.
WriteToXML
public java.lang.String WriteToXML()
- Gets an XML representation of the
OperatorType.
-
- Overrides:
- WriteToXML in class BaseObject
-
- Returns:
- An XML String that represents the
OperatorType.
Copyright © 2003, 2005 Oracle. All rights reserved.